home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Utilities / Data & Time / Troi-File-Plug-in1.2.1 / Read Me - Troi File Plug-in next >
Text File  |  1999-01-11  |  15KB  |  242 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Troi File Plug-in™
  11. Troi File Plug-in is copyright 1998, 1999 of Troi Automatisering. All rights reserved (10-Jan-99).
  12.  
  13. Thank you for your interest in Troi File Plug-in. This FileMaker Pro 4 plug-in adds File Manipulation: save or read a field from or to a file. Other manipulations like deleting files, creating folders are also possible.
  14.  
  15. This cross-platform plug-in enhances Filemaker Pro 4. Finally you can do things you thought were still impossible to do with FileMaker 4. Now you can create powerful databases by using this plug-in!
  16.  
  17.  
  18. INSTALLATION INSTRUCTIONS 
  19.  
  20.  INSTALLING A (TROI) PLUG-IN FOR THE FIRST TIME.
  21.  
  22.    -For Macintosh: put the file "Troi File Plug-in" from the folder "MacOS Plug-in" into the
  23.    "FileMaker Extensions" folder in the FileMaker Pro 4 folder. If you have installed previous 
  24.    versions of this plug-in, you must remove them.
  25.  
  26.    -For Windows: put the file "troiplug.fmx" from the directory "Windows Plug-in" into the 
  27.    "SYSTEM" subdirectory in the FileMaker Pro 4 directory. If you have installed previous versions
  28.    of this plug-in, you must remove them.
  29.  
  30.    You may want to install other plug-ins before proceeding. Then (re)start FileMaker Pro. The Troi 
  31.    File Plug-in will display a dialog box, indicating that it is loading and showing the registration 
  32.    status. You can now open the file "File Example.fp3" to see how to use the plug-in's functions. 
  33.    There is also a Function overview in this file.
  34.  
  35.  
  36.  UPGRADING FROM TROI FM PLUG-IN 1.0
  37.  
  38.    Current licenced users of our Troi FM Plug-in 1.0 can upgrade for free to the 3 replacing plug-ins: 
  39.    Troi Dialog Plug-in 1.2.1, Troi File Plug-in 1.2.1 and Troi Coding Plug-in 1.2. These 3 new plug-ins will
  40.    recognize the payment data of Troi FM Plug-in 1.0.
  41.  
  42.    -For Macintosh: remove the "Troi FM Plug-in" file from the "FileMaker Extensions" folder. Put the 
  43.    file "Troi File Plug-in" from the folder "MacOS Plug-in" into the "FileMaker Extensions" 
  44.    folder in the FileMaker Pro 4 folder. If you have installed previous versions of this plug-in, you must 
  45.    remove them.
  46.  
  47.    -For Windows: remove the "Troi FM Plug-in" file from the "SYSTEM" subdirectory in the 
  48.    FileMaker Pro 4.0 directory. Put the file "trfile.fmx" from the directory "Windows Plug-in" into
  49.    the "SYSTEM" subdirectory in the FileMaker Pro 4.0 directory . If you have installed previous 
  50.    versions of this plug-in, you must remove them.
  51.  
  52.    You may want to install other plug-ins before proceeding. Then (re)start FileMaker Pro. The Troi 
  53.    File Plug-in will display a dialog box, indicating that it is loading and showing the registration 
  54.    status. 
  55.  
  56.    IMPORTANT:  
  57.    - Please make sure you remove "Troi FM Plug-in" file in order to be able to use the new features.  
  58.    - Also please change your test script for the presence of the plug-in.  
  59.    Instead of the following test:
  60.  
  61.             If [ Left(External("Troi-Version"; "") ; 15 ) <> "Troi FM Plug-in"]
  62.                  Beep
  63.                  Show Message ["Troi FM Plug-in not found. .etc."]
  64.                    Exit Script
  65.             Endif
  66.  
  67.    Make the following test:
  68.  
  69.             If [ Left(External("TrFile-Version"; "") ; 17 ) <> "Troi File Plug-in"]
  70.                  Beep
  71.                  Show Message ["Troi File Plug-in not found. .etc."]
  72.                    Exit Script
  73.             Endif
  74.  
  75.    Add tests for the other 2 plug-ins as well (if you use the functionality):
  76.              If [ Left(External("TrDl-Version"; "") ; 19 ) <> "Troi Dialog Plug-in"]
  77.                    ...
  78.    and
  79.             If [ Left(External("TrCo-Version"; "") ; 19 ) <> "Troi Coding Plug-in"]
  80.                ...
  81.  
  82. Warning: 
  83. There is a problem in FileMaker 4.0v1. Please make sure that all plug-ins that are in the folder "FileMaker Extensions" are enabled in the preferences (Under Edit/ Preferences/ Application/ Plug-ins). Make sure all plug-ins have a cross before their name. Remove plug-ins you don't use from the "FileMaker Extensions" folder. Windows users find the plug-ins in the "SYSTEM" subdirectory in the FileMaker Pro 4.0 directory. This bug is fixed in version 4.0v2 and higher.
  84.  
  85. What Troi File Plug-in can do for you: 
  86. File Manipulation 
  87. This group of functions makes it possible to save the contents of a (text)field or global to a file. You may calculate a path name or let the user indicate a location on your disks through a Put (Save as...) dialog box.  The reverse is also possible: have the user select a file and read it into a field. Additional functions let you query detailed information of a file: the size on disk, creation and modification dates etc. Other manipulations include creation, deletion, copying and moving of files, and the creation of folders.
  88. __________________________________________________________________
  89. Who wrote it?
  90. Troi File Plug-in was designed and implemented by Peter Baanen of Troi Automatisering <peter@troi.nl>. Troi FM Plug-in was designed and tested by Jean Biver of Atelier Informatique <biver@compuserve.com>. Thanks Jean!
  91. You can also visit the Troi web site at: <http://www.troi.com/> for additional information.
  92.  
  93. Troi may also be reached by postal mail at:
  94.  
  95. Troi Automatisering
  96. Vuurlaan 18
  97. 2408 NB  Alphen a/d Rijn 
  98. The Netherlands
  99. Fax: +31-172-470539
  100.  
  101. Where can I get the latest version and more information?
  102. The latest versions of our software are available for downloading at our web site: <http://www.troi.com/>
  103. Here you will also find late breaking information, company information, FileMaker tips and more. Our software will also be posted (with ± a week delay) to info-mac (and its mirrors). Go to: <http://www.pht.com/info-mac> or <http://hyperarchive.lcs.mit.edu/HyperArchive.html>.
  104.  
  105. System Requirements
  106. This software should be able to run on any machine that is able to run FileMaker Pro 4.0. Of course you need a copy of FileMaker Pro, this should be a version 4.0v1 or later.  This may be the US version or any other localization.
  107.  
  108. __________________________________________________________________
  109. Troi File Plug-in is a commerial product
  110. You can try-before-you-buy. This means that you are free and invited to test the plug-in 30 days before you pay. You may also make copies of the original and complete package (including this Read Me file) and distribute it to customers, friends etc. However, you may not distribute a modified or licenced version.
  111.  
  112. Use Troi File Plug-in at your own risk:
  113. Although Troi File Plug-in was tested carefully, we can not be responsible for any damages resulting from using this software. Also please try it out on a test database. Your system may be using an extension (unknown to us) that interferes with the proper functioning of Troi File Plug-in.
  114. We like to hear feedback on the benefits and shortcomings of the plug-in. Please include the platform and operating system in your suggestions and comments.
  115.  
  116. What are the costs?
  117. Troi Dialog plug-in, Troi File plug-in and Troi Coding plug-in can be purchased separate or at a discount in a bundle of 3 plug-ins. This is the pricing:
  118.                                            dialog    file       coding     3 FM plug-in
  119.                                            plug-in   plug-in    plug-in    bundle 
  120. 1 Single user license:                     $  20     $  20      $  20      $  40    
  121. 2 or more single user licenses (per user): $  15     $  15      $  15      $  30    
  122.  
  123. Site license:                              $ 200     $ 200      $ 200      $ 400
  124. World-wide license:                        $ 400     $ 400      $ 400      $ 900
  125. Developer distribution license:            $ 170     $ 170      $ 170      $ 375
  126.  
  127. A Site License covers all locations for your organization within a 160 kilometer radius of your site (100 miles). One big advantage of a Site License is that you do not need to keep track of how many people at your site are using the software.  A World-Wide License covers all locations for your organization on the planet earth.
  128.  
  129. All Troi  Plug-in are available for Macintosh and Windows. When ordering please indicate for which platform you are ordering.
  130.  
  131. Special licences for developers of FileMaker Pro solutions are available. Also sub-licencing is possible. Please contact Troi for information about this. At this moment the plug-in does not work with the FileMaker Pro SDK version 3.0. However it works with the 4.0 Developer edition version.
  132.  
  133. How to pay?
  134. Paying for Troi Plug-ins is simple. There are 3 ways to pay:
  135.  
  136. 1) Pay via Kagi with the enclosed Register program
  137. 2) Pay via Kagi Online at <http://order.kagi.com/?5i>
  138. 3) Pay Troi Automatisering directly (only for users in the Netherlands)
  139.  
  140. 1) Pay Kagi with the enclosed Register program
  141. Kagi is a trustworthy payment service which handles payment for a lot of users and software authors . As of end of Nov 1997 Kagi already processed 338505 payments from 7000 authors.
  142.  
  143. To pay open the Register program that accompanies Troi File Plug-in. Enter your name, your email address, and the number of single user licenses you desire for each program you wish to purchase (or Site or World-Wide licenses). Save or Copy or Print the data from the Register program and send the data and payment to Kagi. More specifics on the Register program to follow. Kagi handles my payment processing.
  144.  
  145. If paying with Credit Card or First Virtual,  you can email or fax the data to Kagi. Their email address is sales@kagi.com and their fax number is +1 510 652-6589. You can either Copy the data from Register and paste into the body of an email message or you can Save the data to a file and you can attach that file to an email message. There is no need to compress the data file, it's already pretty small. If you have a fax modem, just Print the data to the Kagi fax number. 
  146.  
  147. Payments sent via email are processed within 3 to 4 days. You will receive an email acknowledgment when it is processed. Payments sent via fax take up to 10 days and if you provide a correct internet email address you will receive an email acknowledgment. 
  148.  
  149. If you are paying with Cash or USD Check you should print the data using the Register application and send it to the address shown on the form, which is: 
  150.  
  151. Kagi
  152. 1442-A Walnut Street #392-5I
  153. Berkeley, California 94709-1405
  154. USA
  155.  
  156. You can pay with a wide variety of cash from different countries but at present if you pay via check, it must be a check drawn in US Dollars. Kagi cannot accept checks in other currencies, the conversion rate for non-USD checks is around USD 15 per check and that is just not practical.
  157.  
  158. If you have a purchasing department, you can enter all the data into the Register program and then select Invoice as your payment method. Print three copies of the form and send it to your accounts payable people. You might want to highlight the line that mentions that they must include a copy of the form with their payment.  Kagi can not invoice your company, you need to act on my behalf and generate the invoice and handle all the paperwork on your end. 
  159.  
  160. Please do not fax or email payment forms that indicate Cash, Check or Invoice as the payment method. As far as we know, there is still no technology to transfer physical objects via fax or email and without the payment, the form cannot be processed.
  161.  
  162. Payments sent via postal mail take time to reach Kagi and then up to 10 days for processing. Again, if you include a correct email address, you will hear from Kagi when the form is processed.
  163.  
  164. 2) Pay via Kagi Online 
  165. See under 1) for a description of what Kagi payment service is.
  166. Kagi has a web page where you can pay via Credit Card. Point your web browser at <http://order.kagi.com/?5i> Fill in the form and follow the instructions.
  167.  
  168.  
  169. 3) Pay Troi Automatisering directly 
  170. (only for users in The Netherlands)
  171. Please use option 1 or 2 (Pay Kagi) if you live outside the Netherlands.
  172. But if you live in The Netherlands you can pay as follows:
  173.  
  174. Troi Dialog plug-in, Troi File plug-in and Troi Coding plug-in can be purchased separate or at a discount in a bundle of 3 plug-ins. This is the pricing:
  175.                                            dialog    file       coding     3 FM plug-in
  176.                                            plug-in   plug-in    plug-in    bundle 
  177. 1 Single user license:                     fl. 40       fl. 40        fl. 40           fl.  80    
  178. 2 or more single user licenses (per user): fl. 30       fl. 30        fl. 30           fl.  60        
  179.  
  180. Site license:                              fl.400       fl.400        fl.200           fl. 800
  181. World-wide license:                        fl.800       fl.800        fl.800           fl.1800
  182. Developer distribution license:            fl.340       fl.340        fl.340           fl. 750
  183.  
  184. Please pay the appropriate amount to:
  185. Bank Name: Postbank NV, Amsterdam
  186. Postgiro Account number: 72.29.209
  187. Troi Automatisering
  188. Vuurlaan 18
  189. 2408 NB  Alphen a/d Rijn 
  190. The Netherlands
  191.  
  192. To indicate for which software you are paying, add a remark like this:
  193. “Troi File Plug-in Macintosh x number of copies” and/or
  194. “Troi File Plug-in Windows x number of copies”
  195.  
  196. Please e-mail your payment details as well.
  197.  
  198. Protection and Unlocking the application
  199. Troi File Plug-in  has a protection scheme. After you pay Troi Automatisering will tell you how to indicate to Troi File Plug-in that you have paid the licence fee.
  200.  
  201. If you do not have an e-mail address, please enter your complete postal address and remember, we do not know what country you live in so please enter that into the postal address also. 
  202.  
  203. After you've supplied the payment data the following is changed:
  204. - the ‘unlicenced’ warning is replaced by your name.
  205. - the flash screen that shows at the first time the plug-in is used is removed. Of course also the delay (which is longer after 30 days of use) will be removed.
  206. __________________________________________________________________
  207. Bug reports and Wish list
  208. If you find a bug, please report this by e-mail: peter@troi.nl. If you have any comments or other functions that you think need to be added, please notify us! We have a lot of ideas for this plug-in, so be sure to check our web site for new plug-ins and improved versions.
  209.  
  210. And please pay for software you keep using, so that the wish list gets reality.
  211.  
  212. Versions
  213. 1.2.1 (10-Jan-99)
  214. - added a built-in 'register function' for developers of runtimes.
  215. - added the multi-import sample.
  216. - fixed a bug with CreateFile on Windows. If the file exists the CreateFile now returns error code $$-48 (Duplicate FileName). In this situation also on Mac $$-48 is returned (was $$-1)
  217. - added more example files (multi-image import multi HTML export)
  218.  
  219. 1.2 (03-Jul-98)
  220. - clearer errorcodes returned by TrFile-Launch function.
  221. - added TrFile-FolderList function
  222. - added TrFile-Launch function
  223. - removed the startup flash screen. Now a flash screen is shown the first time the plug-in functionality is used. 
  224. This flash screen is removed after payment of the licence fee.
  225. - added example demonstrating Multiple import and export.
  226. - added example demonstrating Multiple creation using PDFWriter.
  227. - improved handling of FSSpec to FullPath.
  228.  
  229. 1.1 (29-4-98)
  230. - added create folder
  231. - added find folder
  232. - added file copy and move 
  233. - file copy now returns an errorcode if destination file exists
  234. - added partial read and appendToFile
  235. - added Multiple file export demonstration
  236. - split into 3 separate plugins: Troi Dialog Plug-in, Troi Coding Plug-in and Troi File Plug-in
  237.  
  238. 1.0 (29-1-98) First release
  239. - fixed a bug on 68k machines which disposed of a pointer improperly.
  240.  
  241. Thanks for supporting our software,
  242. Peter Baanen